home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
modules
/
objects
/
res
/
description
/
Osplineprimitive.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
331b
|
13 lines
#ifndef _Osplineprimitive_H_
#define _Osplineprimitive_H_
enum
{
PRIM_PLANE = 2300, // LONG - Direction [0:XY; 1:ZY; 2:XZ]
PRIM_PLANE_XY = 0,
PRIM_PLANE_ZY = 1,
PRIM_PLANE_XZ = 2,
PRIM_REVERSE = 2301 // BOOL - Reverse Spline Order
};
#endif